TRREST_CNMQ
Trigger REST and Connector JMS samples
Sr. No | Service Name | Description | Details |
---|---|---|---|
1. | SendMessageToQueue | Get the message as payload, add some addition info from db and send the msg to queue. |
POST
|
2. | errQueueNotExists | Send message to Queue which does not exist |
POST
|
3. | errMQisDown | Send Message when Rabbit MQ is down |
POST
|
4. | mqExceptionHandling | This case involves handling of error data if there is any error while executing the mq step. In this example,we are providing incorrect ds information. This will fail to call the bean as the bean will not be created due to incorrect info. This error will be stored in "ERROR" object in the pipeline. Then we have step exception block where we have a step which will throw business exception, with message and code. |
GET
|
5. | receiveMsgFromQueue | Get message from a particular queue (one message at a time) |
GET
|